home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Wolf Faust <100116.1070@CompuServe.COM>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Is this a SAS/C bug or have I coded it wrong?
- Date: 13 Jan 1996 02:03:52 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4d73u8$lve$2@mhafc.production.compuserve.com>
- References: <4cfrc5$gsc@misery.millcomm.com>
-
- Try disabling the SAS Peephole optimizer (NOOPTPEEP option). I had
- several bugs in my code because of the optimizer. I checked the
- assembler code and after several days it clearly turned out, that
- when disabling the peephole optimizer the code would be fine...
-